home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / ppp-faq.part2 < prev    next >
Encoding:
Internet Message Format  |  1994-05-18  |  12.1 KB

  1. Subject: comp.protocols.ppp part2 of 8 of frequently wanted information
  2. Newsgroups: comp.protocols.ppp,news.answers,comp.answers
  3. From: ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  4. Date: 16 May 1994 10:45:30 GMT
  5.  
  6. Archive-name: ppp-faq/part2
  7. Version: $Revision: 3.10 $
  8. Last-modified: $Date: 94/02/21 20:10:09 $
  9. URL: http://cs.uni-bonn.de/ppp/part2.html
  10.    Read on here.
  11.    
  12.                               2. WHAT IS PPP?
  13.                                      
  14.        Introduction
  15.       
  16.        PPP features which may or may not be present
  17.       
  18.        PPP glossary
  19.       
  20.        PPP-relevant RFC's
  21.       
  22. 2.1 Introduction
  23.  
  24.    PPP is the Internet Standard for transmission of IP packets over serial
  25.    lines. PPP supports async and sync lines. For a general discussion of
  26.    PPP, and of the PPP vs. SLIP question, look at the paper
  27.    ftp.uu.net:vendor/MorningStar/papers/sug91-cheapIP.ps.Z (paper) and
  28.    sug91-cheapIP.shar.Z (overhead projector slides)
  29.    
  30. 2.2 PPP features which may or may not be present
  31.  
  32.    Above and beyond compatibility with basic PPP framing, note whether the
  33.    software implements the following features.  Not all features are needed
  34.    or even desired in every product. Please note also that not every free
  35.    or commercial product description in this document has a complete list
  36.    of all features includes.
  37.    
  38.   demand-dial             Bring up a PPP interface and dial the phone when
  39.                           packets are queued for delivery; bring the
  40.                          interface down after some   period of inactivity.
  41.                          
  42.    redial (For lack of a better term)
  43.                           Bring up a PPP interface whenever it goes down,
  44.                          to keep a line up.    (sometimes called camping)
  45.                          
  46.    camping (on a line)    see redial
  47.                          
  48.     scripting             Negotiate through a series of prompts or
  49.                          intermediate   connections to bring up a PPP link,
  50.                          much like the sequence of events   used to bring
  51.                          up a UUCP link.
  52.                          
  53.    parallel               Configure several PPP lines to the same
  54.                          destination and   do load sharing between them.
  55.                          (Not standardized, usually only seen   in SLIP
  56.                          implementations, noted there as "parallel-slip".)
  57.                          
  58.    filtering               Select which packets to send down a link or
  59.                          whether to   bring up a "demand-dial" link based
  60.                          on IP or TCP packet type or TOS,   e.g. don't dial
  61.                          the phone for ICMP ping packets.
  62.                          
  63.    header compression     TCP header compression according to RFC1144.
  64.                          Marginally useful on high speed lines, essential
  65.                          for low speed lines.
  66.                          
  67.    server                 Accept incoming PPP connections, which might well
  68.                          also   include doing the right things with
  69.                          routing.
  70.                          
  71.    tunneling              Build a virtual network over a PPP link across a
  72.                          TCP stream    through an existing IP network.
  73.                          
  74.    extra escaping         Byte-stuffing characters outside the negotiated
  75.                          asyncmap, configurable in advance but not
  76.                          negotiable.
  77.                          
  78. 2.3 PPP glossary
  79.  
  80.    Every new technology breeds its own set of acronyms.  PPP is no
  81.    different.  Here is a glossary of sorts.
  82.    
  83. ack                     Acknowledgement.
  84. AO                      Active open [state diagram] (no lonter part of the
  85.                         FSM as of RFC1331)
  86. C                       Close [state diagram]
  87. CHAP                    Challenge-Handshake Authentication Protocol
  88.                         (RFC1334)
  89. D                       Lower layer down [state diagram]
  90. DES                     Data Encryption Standard
  91. DNA                     Digital Network Architecture
  92. IETF                    Internet Engineering Task Force.
  93. IP                      Internet Protocol
  94. IPCP                    IP Control Protocol.
  95. IPX                     Internetwork Packet Exchange (Novell's networking
  96.                         stack)
  97. FCS                     Frame Check Sequence [X.25]
  98. FSA                     Finite State Automaton
  99. FSM                     Finite State Maschine
  100. LCP                     Link Control Protocol.
  101. LQR                     Link Quality Report.
  102. MD4                     MD4 digital signature algorithm
  103. MD5                     MD5 digital signature algorithm
  104. MRU                     Maximum Receive Unit
  105. MTU                     Maximum Transmission Unit
  106. nak                     Negative Acknowledgement
  107. NCP                     Network Control Protocol.
  108. NRZ                     Non-Return to Zero bit encoding. (SYNC ppp default
  109.                         because of
  110.                         availability)
  111. NRZI                    Non-Return to Zero Inverted bit encoding. (SYNC ppp
  112.                         preferred
  113.                         alternative to NRZ)
  114. OSI                     Open Systems Interconnect
  115. PAP                     Password Authentication Protocol (RFC1334)
  116. PDU                     Protocol Data Unit (i.e., packet)
  117. PO                      Passive open [no longer part of state diagram]
  118. PPP                     Point to Point Protocol (
  119.                         RFC1548 /
  120.                         RFC1549,
  121.                         1332,
  122.                         1333,
  123.                         1334,
  124.                         1551,
  125.                         1376,
  126.                         1377,
  127.                         1378)
  128. RCA                     Receive Configure-Ack [state diagram]
  129. RCJ                     Receive Code-Reject [state diagram]
  130. RCN                     Receive Configure-Nak or -Reject [state diagram]
  131. RCR+                    Receive good Configure-Request [state diagram]
  132. RER                     Receive Echo-Request [no longer part of state
  133.                         diagram]
  134. RFC                     Request for Comments (internet standard)
  135. RTA                     Receive Terminate-Ack [state diagram]
  136. RTR                     Receive Terminate-Request [state diagram]
  137. RUC                     Receive unknown code [state diagram]
  138. sca                     Send Configure-Ack [state diagram]
  139. scj                     Send Code-Reject [state diagram]
  140. scn                     Send Configure-Nak or -Reject [state diagram]
  141. scr                     Send Configure-Request [state diagram]
  142. ser                     Send Echo-Reply [no longer part of state diagram]
  143. sta                     Send Terminate-Ack [state diagram]
  144. str                     Send Terminate-Request [state diagram]
  145. ST-II                   Stream Protocol
  146. TO+                     Timeout with counter > 0 [state diagram]
  147. TO-                     Timeout with counter expired [state diagram]
  148. VJ                      Van Jacobson (RFC1144 header compression algorithm)
  149. XNS                     Xerox Network Services
  150.                         
  151. 2.4 PPP relevant RFCs
  152.  
  153.    Here's a list with descriptions.  Note some of these are obsolete. You
  154.    might also want to  search for recent RFCs or  internet drafts in an
  155.    up-to-date  RFC archive.
  156.    
  157. 1570                     Simpson, W.,ed.  PPP LCP Extensions. 1994 January;
  158.                         18 p. (Format: TXT=35719 bytes) (Updates RFC 1548)
  159. 1553                    Mathur, S.; Lewis, M.  Compressing IPX Headers Over
  160.                         WAN Media (CIPX).  1993 December; 23 p. (Format:
  161.                         TXT=47450 bytes)
  162. 1552                    Simpson, W.  The PPP Internetwork Packet Exchange
  163.                         Control Protocol (IPXCP).  1993 December; 14 p.
  164.                         (Format: TXT=29174 bytes)
  165. 1551                     Allen, M.  Novell IPX Over Various WAN Media
  166.                         (IPXWAN).  1993 December; 22 p. (Format: TXT=54210
  167.                         bytes) (Obsoletes RFC 1362)
  168. 1549                     Simpson, W.,ed.  PPP in HDLC Framing.  1993
  169.                         December; 18 p. (Format: TXT=36353 bytes)
  170. 1548                     Simpson, W.  The Point-to-Point Protocol (PPP).
  171.                         1993 December; 53 p. (Format: TXT=111638 bytes)
  172.                         (Obsoletes RFC 1331; Updated by RFC 1570)
  173. 1547                     Perkins, D.  Requirements for an Internet Standard
  174.                         Point-to-Point Protocol.  1993 December; 21 p.
  175.                         (Format: TXT=49811 bytes)
  176. 1378                     PPP AppleTalk Control Protocol (ATCP). Parker, B.
  177.                         1992 November; 16 p. (Format: TXT=28496 bytes)
  178. 1377                     PPP OSI Network Layer Control Protocol (OSINLCP).
  179.                         Katz, D.  1992 November; 10 p. (Format: TXT=22109
  180.                         bytes)
  181. 1376                     PPP DECnet Phase IV Control Protocol (DNCP).
  182.                         Senum, S.J.  1992 November; 6 p. (Format: TXT=12448
  183.                         bytes)
  184. 1362                     Allen, M.  Novell IPX Over Various WAN Media
  185.                         (IPXWAN).  1992 September; 18 p. (Format: TXT=30220
  186.                         bytes)
  187. 1334                     PPP authentication protocols. Lloyd, B.; Simpson,
  188.                         W.A.  1992 October; 16 p. (Format: TXT=33248 bytes)
  189. 1333                     PPP link quality monitoring. Simpson, W.A.  1992
  190.                         May; 15 p. (Format: TXT=29965 bytes)
  191. 1332                     PPP Internet Protocol Control Protocol (IPCP).
  192.                         McGregor, G.  1992 May; 12 p. (Format:  TXT=17613
  193.                         bytes) (Obsoletes RFC1172)
  194. 1331                     Point-to-Point Protocol (PPP) for the transmission
  195.                         of multi-protocol datagrams over point-to-point
  196.                         links. Simpson, W.A.  1992 May; 66 p. (Format:
  197.                         TXT=129892 bytes) (Obsoletes RFC1171, RFC1172;
  198.                         obsoleted by RFC 1548)
  199. 1220                     Point-to-Point Protocol extensions for bridging.
  200.                         Baker, F.,ed.  1991 April; 18 p. (Format: TXT=38165
  201.                         bytes)
  202. 1172                     Point-to-Point Protocol (PPP) initial
  203.                         configuration options. Perkins, D.; Hobby, R.  1990
  204.                         July; 38 p. (Format: TXT=76132 bytes) (Obsoleted by
  205.                         RFC1331, RFC1332)
  206. 1171                     Point-to-Point Protocol for the transmission of
  207.                         multi-protocol datagrams over Point-to-Point links.
  208.                         Perkins, D.  1990 July; 48 p. (Format: TXT=92321
  209.                         bytes) (Obsoletes RFC1134; Obsoleted by RFC1331)
  210. 1134                     Point-to-Point Protocol: A proposal for
  211.                         multi-protocol transmission of datagrams over
  212.                         Point-to-Point links. Perkins, D.  1989 November;
  213.                         38 p. (Format: TXT=87352 bytes) (Obsoleted by
  214.                         RFC1171)
  215. 1144                     Compressing TCP/IP headers for low-speed serial
  216.                         links. Jacobson, V.         1990 February; 43 p.
  217.                         (Format: TXT=120959 PS=534729 bytes)
  218.                         
  219.    In comp.protocols.ppp (Message-ID:
  220.    <BOB.92Dec3145948@volitans.MorningStar.Com>)
  221.    
  222.                                       bob@MorningStar.Com (Bob Sutterfield)
  223.                                                                            
  224.    wrote :
  225.    
  226.     All of 1134, 1171, and 1172 (and 1055, for that matter :-) have been
  227.    obsoleted.  They're interesting only if you want to debug a connection
  228.    with an ancient PPP implementation, and you're wondering why (e.g.) it
  229.    asked you for IPCP option 2 with a length of only 4, and
  230.    Compression-Type 0x0037.
  231.    
  232.     (There's a lot of that still running around - be careful out there.)
  233.    
  234.    *** Go back here.  To the top page here. Read on here.
  235.    
  236.    
  237. -- 
  238. -- 
  239.     Ignatios Souvatzis
  240. -
  241. Solaris 2.1:  it's slow, needs 200M of disk space and comes without C compiler,
  242. which makes it remarkably close to MS-Windows. oleg@gd.cs.csufresno.edu
  243.  
  244.